home *** CD-ROM | disk | FTP | other *** search
- Hey again,
- I have a little question..
- why does this cause me to get an "Out of stack space" Error and what can
- I
- do to remedy it?
- Thanx in advatz!!! :)
-
- You can always increase the stack space with the set buffer command
- but that will not solve the problem. It will only eat more memory
- but its takes a little longer before the error ocurse.
- My advice is that you dont call a procedure within another procedure.
- Do a loop outside the procedures instead. You can exit the procedures
- with the
- pop proc command.
-
-
-
- do
- proc s1
- proc s2
- loop
-
-